CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket mfc

搜索资源列表

  1. socketrecvsend

    0下载:
  2. 给予socket的点对点数据包发送和接收模拟程序,非mfc开发
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:3650409
    • 提供者:李瑞
  1. SocketBaseClass

    0下载:
  2. 一个封装良好、稳定的SOCKET基类(TCP),不使用MFC,可初始化为服务端或客户端。-a good, stable base class SOCKET (TCP), do not use MFC, initialize to the server or client.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6284
    • 提供者:黎昱
  1. 200459151651

    0下载:
  2. socket编程经典小例子,简单实用,用它可进行聊天软件的制作,使用mfc制作聊天软件!-socket programming classic example of a small, simple and practical, it can be used for the production of chat software, the use of chat software mfc produced!
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:25781
    • 提供者:刘宾
  1. Rj020308

    0下载:
  2. 网络聊天室服务器端,基于SOCKET编程,使用VC MFC环境编程-Internet chat room server, based on Socket programming, the use of VC MFC programming environment
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:36749
    • 提供者:万焘
  1. MySock

    0下载:
  2. 一个基于MFC的SOCKET通信程序,程序可以自由设定为客户端或者服务器端,可以做为SOCKET通信学习的例程。
  3. 所属分类:网络编程

    • 发布日期:2010-08-30
    • 文件大小:3455519
    • 提供者:aiosxx
  1. MFCSockePromg.rar

    0下载:
  2. 用VC++实现的基于MFC的Socket编程程序,希望对大家有所帮助……,Using VC++ to achieve the Socket-based MFC programming procedures, we would like to help ... ...
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-04-09
    • 文件大小:56825
    • 提供者:王飞飞
  1. MFCServer.rar

    0下载:
  2. MFC,使用socket写的服务器端聊天工具,可以多人同时聊天,MFC, use the socket to write server-side chat tool, you can chat with people at the same time
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:30459
    • 提供者:selajun
  1. server

    1下载:
  2. mfc实现的socket服务端与客户端的双向通信小程序编程-mfc socket server to achieve the two-way communication with the client a small programming
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-25
    • 文件大小:3846144
    • 提供者:曹俊
  1. DlgSrv.rar

    0下载:
  2. 基于VC++的MFC框架的利用TCPIP协议的Socket完成的通信程序服务器端,the TCP sever using socket in VC++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1968020
    • 提供者:leo
  1. Detailed-notes-C-P-P-in-depth

    0下载:
  2. C++深入详解笔记 Lesson1: Windows程序运行原理及程序编写流程 Lesson2: 掌握C++基本语法 Lesson3: MFC框架程序剖析 Lesson4: 简单绘图 Lesson5: 文本编程 Lesson6: 菜单编程 Lesson7: 对话框编程 Lesson9: 定制应用程序的外观 Lesson10: 绘图控制 Lesson11 图形的保存和重绘 Lesson12 文件操作 Lesson 13: 文档串行化 Les
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:492715
    • 提供者:
  1. ChatTools

    0下载:
  2. VS2008 ,MFC下基于socket的聊天系统,包括客户端和服务器,能够实现文件和文字的传输-VS2008, MFC the socket chat system, including client and server-based file and text transmission
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:5266024
    • 提供者:suxueping
  1. TheChinesechess

    0下载:
  2. 中国象棋两人对战游戏,支持2人单机对战和2人网络对战,适合初学2D游戏的朋友参考,尤其是MFC 和 socket应用方面-The Chinese chess two people to fight the game source code, supports 2 person of single planes to the war with 2 person of networks to the war, suitable to begin studies the 2D game s frien
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-19
    • 文件大小:5272064
    • 提供者:周方明
  1. MyChartDemo

    0下载:
  2. MFC类似QQ的聊天工具 用SOCKET实现通信-MFC similar QQ chat tools SOCKET communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:240725
    • 提供者:haimin
  1. MFC_socket

    0下载:
  2. MFC 多个客户端和服务端通信,是学习socket的好例子-MFC multiple client and server communications, a good example to learn socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-28
    • 文件大小:10521401
    • 提供者:zhongkeli
  1. MFCliaotianshi

    1下载:
  2. 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分 本实验是本人做的计算机网络课程设计,有mfc的CSocket编的..给大家分享下 支持多人聊天,可以用,先运行服务器端,点击监听,然后运行客户端点击连接服务器即可-Based on TCP/IP communications are basically used for data communications SOCKET socket, the program is divided in
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:6198816
    • 提供者:一天
  1. socket_udp_MFC

    0下载:
  2. 一个MFC的socket,使用UDP方式进行通信,包含客户端和服务端,使用两个不同的工程-A MFC socket, use the UDP mode for communication, including client and server, using two different engineering
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:7592
    • 提供者:王龙
  1. 10.4

    0下载:
  2. API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket Windows SDK、MFC、Socket winsock2.h Ws2_32.lib Ws2_32.dll
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:44197
    • 提供者:严经
  1. net-fivechess-

    0下载:
  2. 这是一个基于mfc socket编程的五子棋游戏,无论是对于初学mfc的人,还是游戏开发的人都有好处,值得一看-This is a programming-based mfc socket 331 games, whether it is for the beginner mfc people, or people who are good for game development, worth a visit
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:365095
    • 提供者:liujun
  1. FilesTranslate

    0下载:
  2. 采用socket编程,实现文件的服务器端与客户端的文件传输,利用mfc做的界面及相关控件,完美的实现任何文件的完美传输-File transfer using socket programming, file server-side and client interface and related control mfc do the perfect realization of the perfect transmission of any files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:9016966
    • 提供者:Mkry
  1. androidPwifiPsocket

    0下载:
  2. android在wifi下手机与电脑的socket通信。 pc端为MFC程序,可以自由设定为服务端,或客户端。-android wifi under the socket of the phone and computer communication. pc-MFC program can be set freely services side, or client.
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:792984
    • 提供者:zww
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com